unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 2 Apr 2019 09:57:08 +0000 (10:57 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 2 Apr 2019 09:57:08 +0000 (10:57 +0100)
commit5b819c178ed4fc32399f8c91e16c418a28e5685c
tree8a6d01ecc0214cf8df6f19ead61ec3e0c7f1378f
parentc9bed14b504fff6a195a9afe2714438d27ae05f1
unwind-chain-inclusion

# Without this patch, the first local include of unwind.h might, with the
# __has_include_next, try to include the one from the system.
# It might be /usr/include/clang/3.4/include/unwind.h
# Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration
# from the system.

Gbp-Pq: Name unwind-chain-inclusion.diff
clang/lib/Headers/unwind.h